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