LocalAccountGRPCServiceBase class abstract

Annotations
  • @GrpcServiceName('Platform.LocalAccountGRPC')

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
activateAccount(ServiceCall call, AccountProto_ActivateAccountRequest request) Future<LocalAccountProto>
activateAccount_Pre(ServiceCall $call, Future<AccountProto_ActivateAccountRequest> $request) Future<LocalAccountProto>
addClient(ServiceCall call, LocalAccountProto_AddClientRequest request) Future<Empty>
addClient_Pre(ServiceCall $call, Future<LocalAccountProto_AddClientRequest> $request) Future<Empty>
changePassword(ServiceCall call, AccountProto_ChangePasswordRequest request) Future<AccountProto_ChangePasswordReply>
changePassword_Pre(ServiceCall $call, Future<AccountProto_ChangePasswordRequest> $request) Future<AccountProto_ChangePasswordReply>
delete(ServiceCall call, AccountProto_DeleteRequest request) Future<AccountProto_DeleteReply>
delete_Pre(ServiceCall $call, Future<AccountProto_DeleteRequest> $request) Future<AccountProto_DeleteReply>
disableAccount(ServiceCall call, LocalAccountProto_DisableAccount request) Future<LocalAccountProto>
disableAccount_Pre(ServiceCall $call, Future<LocalAccountProto_DisableAccount> $request) Future<LocalAccountProto>
enableAccount(ServiceCall call, LocalAccountProto_EnableAccount request) Future<LocalAccountProto>
enableAccount_Pre(ServiceCall $call, Future<LocalAccountProto_EnableAccount> $request) Future<LocalAccountProto>
forgotPassword(ServiceCall call, AccountProto_ForgotPasswordRequest request) Future<AccountProto_ChangePasswordReply>
forgotPassword_Pre(ServiceCall $call, Future<AccountProto_ForgotPasswordRequest> $request) Future<AccountProto_ChangePasswordReply>
inviteAdminUser(ServiceCall call, LocalAccountProto_CreateAdminRequest request) Future<LocalAccountProto>
inviteAdminUser_Pre(ServiceCall $call, Future<LocalAccountProto_CreateAdminRequest> $request) Future<LocalAccountProto>
inviteAppUser(ServiceCall call, LocalAccountProto_CreateAppRequest request) Future<LocalAccountProto>
inviteAppUser_Pre(ServiceCall $call, Future<LocalAccountProto_CreateAppRequest> $request) Future<LocalAccountProto>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeClient(ServiceCall call, LocalAccountProto_RemoveClientRequest request) Future<Empty>
removeClient_Pre(ServiceCall $call, Future<LocalAccountProto_RemoveClientRequest> $request) Future<Empty>
resendAdminUserInvitation(ServiceCall call, LocalAccountProto_ResendInvitationRequest request) Future<Empty>
resendAdminUserInvitation_Pre(ServiceCall $call, Future<LocalAccountProto_ResendInvitationRequest> $request) Future<Empty>
retrieve(ServiceCall call, AccountProto_RetrieveRequest request) Future<LocalAccountProto>
retrieve_Pre(ServiceCall $call, Future<AccountProto_RetrieveRequest> $request) Future<LocalAccountProto>
searchAdmin(ServiceCall call, LocalAccountProto_SearchRequest request) Future<LocalAccountProto_SearchReply>
searchAdmin_Pre(ServiceCall $call, Future<LocalAccountProto_SearchRequest> $request) Future<LocalAccountProto_SearchReply>
searchApp(ServiceCall call, LocalAccountProto_SearchRequest request) Future<LocalAccountProto_SearchReply>
searchApp_Pre(ServiceCall $call, Future<LocalAccountProto_SearchRequest> $request) Future<LocalAccountProto_SearchReply>
setSystemAdminClient(ServiceCall call, LocalAccountProto_SetClientRequest request) Future<Empty>
setSystemAdminClient_Pre(ServiceCall $call, Future<LocalAccountProto_SetClientRequest> $request) Future<Empty>
toString() String
A string representation of this object.
inherited
update(ServiceCall call, LocalAccountProto_UpdateRequest request) Future<LocalAccountProto>
update_Pre(ServiceCall $call, Future<LocalAccountProto_UpdateRequest> $request) Future<LocalAccountProto>
updateExpiredAt(ServiceCall call, LocalAccountProto_UpdateExpiredAt request) Future<LocalAccountProto>
updateExpiredAt_Pre(ServiceCall $call, Future<LocalAccountProto_UpdateExpiredAt> $request) Future<LocalAccountProto>

Operators

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