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<LogoutResponse> |
logout(LogoutRequest request) |
com.google.common.util.concurrent.ListenableFuture<TokenResponse> |
token(TokenRequest request)
appctl used this to validates the user token with phabricator.
|
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<LogoutResponse> logout(LogoutRequest request)
public com.google.common.util.concurrent.ListenableFuture<TokenResponse> token(TokenRequest request)
appctl used this to validates the user token with phabricator.
public com.google.common.util.concurrent.ListenableFuture<CSRFTokenResponse> cSRFToken(VoidRequest request)