AuthServiceBase class abstract

Annotations
  • @GrpcServiceName.new('auth.AuthService')

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
login(ServiceCall call, LoginRequest request) Future<AuthResponse>
login_Pre(ServiceCall $call, Future<LoginRequest> $request) Future<AuthResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register(ServiceCall call, RegisterRequest request) Future<AuthResponse>
register_Pre(ServiceCall $call, Future<RegisterRequest> $request) Future<AuthResponse>
toString() String
A string representation of this object.
inherited
validateToken(ServiceCall call, ValidateTokenRequest request) Future<ValidateTokenResponse>
validateToken_Pre(ServiceCall $call, Future<ValidateTokenRequest> $request) Future<ValidateTokenResponse>

Operators

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