public static final class AuthenticationGrpc.AuthenticationFutureStub extends io.grpc.stub.AbstractStub<AuthenticationGrpc.AuthenticationFutureStub>
| Modifier and Type | Method and Description |
|---|---|
protected AuthenticationGrpc.AuthenticationFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<CSRFTokenResponse> |
cSRFToken(VoidRequest request) |
com.google.common.util.concurrent.ListenableFuture<LoginResponse> |
login(LoginRequest request)
This rpc is used to check a valid user from other applications.
|
com.google.common.util.concurrent.ListenableFuture<VoidResponse> |
logout(VoidRequest request) |
protected AuthenticationGrpc.AuthenticationFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<AuthenticationGrpc.AuthenticationFutureStub>public com.google.common.util.concurrent.ListenableFuture<LoginResponse> login(LoginRequest request)
This rpc is used to check a valid user from other applications.
public com.google.common.util.concurrent.ListenableFuture<VoidResponse> logout(VoidRequest request)
public com.google.common.util.concurrent.ListenableFuture<CSRFTokenResponse> cSRFToken(VoidRequest request)