LocalAccountGRPCClient class

Annotations
  • @GrpcServiceName('Platform.LocalAccountGRPC')

Constructors

LocalAccountGRPCClient.new(ClientChannel channel, {CallOptions? options, Iterable<ClientInterceptor>? interceptors})

Properties

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

Methods

$createCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options}) → ClientCall<Q, R>
inherited
$createStreamingCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options}) → ResponseStream<R>
inherited
$createUnaryCall<Q, R>(ClientMethod<Q, R> method, Q request, {CallOptions? options}) → ResponseFuture<R>
inherited
activateAccount(AccountProto_ActivateAccountRequest request, {CallOptions? options}) → ResponseFuture<LocalAccountProto>
addClient(LocalAccountProto_AddClientRequest request, {CallOptions? options}) → ResponseFuture<Empty>
changePassword(AccountProto_ChangePasswordRequest request, {CallOptions? options}) → ResponseFuture<AccountProto_ChangePasswordReply>
delete(AccountProto_DeleteRequest request, {CallOptions? options}) → ResponseFuture<AccountProto_DeleteReply>
disableAccount(LocalAccountProto_DisableAccount request, {CallOptions? options}) → ResponseFuture<LocalAccountProto>
enableAccount(LocalAccountProto_EnableAccount request, {CallOptions? options}) → ResponseFuture<LocalAccountProto>
forgotPassword(AccountProto_ForgotPasswordRequest request, {CallOptions? options}) → ResponseFuture<AccountProto_ChangePasswordReply>
inviteAdminUser(LocalAccountProto_CreateAdminRequest request, {CallOptions? options}) → ResponseFuture<LocalAccountProto>
inviteAppUser(LocalAccountProto_CreateAppRequest request, {CallOptions? options}) → ResponseFuture<LocalAccountProto>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeClient(LocalAccountProto_RemoveClientRequest request, {CallOptions? options}) → ResponseFuture<Empty>
resendAdminUserInvitation(LocalAccountProto_ResendInvitationRequest request, {CallOptions? options}) → ResponseFuture<Empty>
retrieve(AccountProto_RetrieveRequest request, {CallOptions? options}) → ResponseFuture<LocalAccountProto>
searchAdmin(LocalAccountProto_SearchRequest request, {CallOptions? options}) → ResponseFuture<LocalAccountProto_SearchReply>
searchApp(LocalAccountProto_SearchRequest request, {CallOptions? options}) → ResponseFuture<LocalAccountProto_SearchReply>
setSystemAdminClient(LocalAccountProto_SetClientRequest request, {CallOptions? options}) → ResponseFuture<Empty>
toString() String
A string representation of this object.
inherited
update(LocalAccountProto_UpdateRequest request, {CallOptions? options}) → ResponseFuture<LocalAccountProto>
updateExpiredAt(LocalAccountProto_UpdateExpiredAt request, {CallOptions? options}) → ResponseFuture<LocalAccountProto>

Operators

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