AuthServiceBase class abstract

Annotations
  • @GrpcServiceName('auth.Auth')

Constructors

AuthServiceBase()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
generateApiToken(ServiceCall call, GenerateApiTokenRequest_ request) Future<GenerateApiTokenResponse_>
generateApiToken_Pre(ServiceCall call, Future<GenerateApiTokenRequest_> request) Future<GenerateApiTokenResponse_>
login(ServiceCall call, LoginRequest_ request) Stream<LoginResponse_>
login_Pre(ServiceCall call, Future<LoginRequest_> request) Stream<LoginResponse_>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshApiToken(ServiceCall call, RefreshApiTokenRequest_ request) Future<RefreshApiTokenResponse_>
refreshApiToken_Pre(ServiceCall call, Future<RefreshApiTokenRequest_> request) Future<RefreshApiTokenResponse_>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited