ClusterAccountGRPCServiceBase class abstract

Annotations
  • @GrpcServiceName.new('Auth.ClusterAccountGRPC')

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<AccountProto>
activateAccount_Pre(ServiceCall $call, Future<AccountProto_ActivateAccountRequest> $request) Future<AccountProto>
changePassword(ServiceCall call, AccountProto_ChangePasswordRequest request) Future<AccountProto_ChangePasswordReply>
changePassword_Pre(ServiceCall $call, Future<AccountProto_ChangePasswordRequest> $request) Future<AccountProto_ChangePasswordReply>
forgotPassword(ServiceCall call, AccountProto_ForgotPasswordRequest request) Future<Empty>
forgotPassword_Pre(ServiceCall $call, Future<AccountProto_ForgotPasswordRequest> $request) Future<Empty>
inviteAdminUser(ServiceCall call, AccountProto_CreateAdminRequest request) Future<AccountProto>
inviteAdminUser_Pre(ServiceCall $call, Future<AccountProto_CreateAdminRequest> $request) Future<AccountProto>
inviteAppUser(ServiceCall call, AccountProto_CreateAppRequest request) Future<AccountProto>
inviteAppUser_Pre(ServiceCall $call, Future<AccountProto_CreateAppRequest> $request) Future<AccountProto>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resendAdminUserInvitation(ServiceCall call, AccountProto_ResendInvitationRequest request) Future<Empty>
resendAdminUserInvitation_Pre(ServiceCall $call, Future<AccountProto_ResendInvitationRequest> $request) Future<Empty>
resetPassword(ServiceCall call, AccountProto_ResetPasswordRequest request) Future<Empty>
resetPassword_Pre(ServiceCall $call, Future<AccountProto_ResetPasswordRequest> $request) Future<Empty>
retrieveActivationStatuses(ServiceCall call, AccountProto_RetrieveAccountActivationStatusesRequest request) Future<AccountProto_RetrieveAccountActivationStatusesReply>
retrieveActivationStatuses_Pre(ServiceCall $call, Future<AccountProto_RetrieveAccountActivationStatusesRequest> $request) Future<AccountProto_RetrieveAccountActivationStatusesReply>
retrievePushInfo(ServiceCall call, AccountProto_RetrievePushInfoRequest request) Future<AccountProto_RetrievePushInfoReply>
retrievePushInfo_Pre(ServiceCall $call, Future<AccountProto_RetrievePushInfoRequest> $request) Future<AccountProto_RetrievePushInfoReply>
toString() String
A string representation of this object.
inherited

Operators

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