AuthnGRPCServiceBase class abstract
- Annotations
-
- @GrpcServiceName('Auth.AuthnGRPC')
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
login(
ServiceCall call, AuthnProto_LoginRequest request) → Future< AuthnProto> -
login_Pre(
ServiceCall $call, Future< AuthnProto_LoginRequest> $request) → Future<AuthnProto> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refresh(
ServiceCall call, AuthnProto_RefreshRequest request) → Future< AuthnProto> -
refresh_Pre(
ServiceCall $call, Future< AuthnProto_RefreshRequest> $request) → Future<AuthnProto> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited