public static final class AuthenticationGrpc.AuthenticationBlockingStub extends io.grpc.stub.AbstractStub<AuthenticationGrpc.AuthenticationBlockingStub>
| Modifier and Type | Method and Description |
|---|---|
protected AuthenticationGrpc.AuthenticationBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
CSRFTokenResponse |
cSRFToken(VoidRequest request) |
LoginResponse |
login(LoginRequest request)
This rpc is used to check a valid user from other applications.
|
LogoutResponse |
logout(LogoutRequest request) |
TokenResponse |
token(TokenRequest request)
appctl used this to validates the user token with phabricator.
|
protected AuthenticationGrpc.AuthenticationBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<AuthenticationGrpc.AuthenticationBlockingStub>public LoginResponse login(LoginRequest request)
This rpc is used to check a valid user from other applications.
public LogoutResponse logout(LogoutRequest request)
public TokenResponse token(TokenRequest request)
appctl used this to validates the user token with phabricator.
public CSRFTokenResponse cSRFToken(VoidRequest request)