public class AuthenticationService extends AuthenticationServiceGrpc.AuthenticationServiceImplBase
| Modifier and Type | Field and Description |
|---|---|
static String |
FULLY_QUALIFIED_FEATURE_IDENTIFIER |
static String |
INVALID_ACCESS_TOKEN |
| Constructor and Description |
|---|
AuthenticationService() |
| Modifier and Type | Method and Description |
|---|---|
void |
login(AuthenticationServiceOuterClass.Login_Parameters request,
io.grpc.stub.StreamObserver<AuthenticationServiceOuterClass.Login_Responses> responseObserver) |
void |
logout(AuthenticationServiceOuterClass.Logout_Parameters request,
io.grpc.stub.StreamObserver<AuthenticationServiceOuterClass.Logout_Responses> responseObserver) |
bindServicepublic static final String FULLY_QUALIFIED_FEATURE_IDENTIFIER
public static final String INVALID_ACCESS_TOKEN
public void login(AuthenticationServiceOuterClass.Login_Parameters request, io.grpc.stub.StreamObserver<AuthenticationServiceOuterClass.Login_Responses> responseObserver)
public void logout(AuthenticationServiceOuterClass.Logout_Parameters request, io.grpc.stub.StreamObserver<AuthenticationServiceOuterClass.Logout_Responses> responseObserver)
Copyright © 2024 SiLA Java Developers. All rights reserved.