AuthServiceBase class abstract

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
changeOrganization(ServiceCall call, ChangeOrganizationRequest request) Future<AuthResponse>
changeOrganization_Pre(ServiceCall call, Future<ChangeOrganizationRequest> request) Future<AuthResponse>
createOrganization(ServiceCall call, CreateOrganizationRequest request) Future<CreateOrganizationResponse>
createOrganization_Pre(ServiceCall call, Future<CreateOrganizationRequest> request) Future<CreateOrganizationResponse>
login(ServiceCall call, LoginRequest request) Future<AuthResponse>
login_Pre(ServiceCall call, Future<LoginRequest> request) Future<AuthResponse>
logout(ServiceCall call, LogoutRequest request) Future<LogoutResponse>
logout_Pre(ServiceCall call, Future<LogoutRequest> request) Future<LogoutResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refresh(ServiceCall call, RefreshRequest request) Future<AuthResponse>
refresh_Pre(ServiceCall call, Future<RefreshRequest> request) Future<AuthResponse>
toString() String
A string representation of this object.
inherited

Operators

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