Package proto.rpc.v1

Class ExternalAuthServiceGrpc

java.lang.Object
proto.rpc.v1.ExternalAuthServiceGrpc

public final class ExternalAuthServiceGrpc extends Object
 An ExternalAuthService is intended to be used as a means to perform application level
 authentication but for an external entity that it is responsible for handling auth for.
 An example of its use would be for a entity that only trusts an external source to
 perform authentication for it.
 Its sole AuthenticateTo method should be used prior to any other services that the external
 entity's gRPC server has to offer.