ClusterAccountGRPCClient class
This service is used by client clusters' service to perform user management
- Annotations
-
- @GrpcServiceName.new('Auth.ClusterAccountGRPC')
Constructors
-
ClusterAccountGRPCClient(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< AccountProto> - Only for web-user
-
changePassword(
AccountProto_ChangePasswordRequest request, {CallOptions? options}) → ResponseFuture< AccountProto_ChangePasswordReply> - Only for web-user
-
forgotPassword(
AccountProto_ForgotPasswordRequest request, {CallOptions? options}) → ResponseFuture< Empty> - Only for web-user
-
inviteAdminUser(
AccountProto_CreateAdminRequest request, {CallOptions? options}) → ResponseFuture< AccountProto> -
inviteAppUser(
AccountProto_CreateAppRequest request, {CallOptions? options}) → ResponseFuture< AccountProto> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resendAdminUserInvitation(
AccountProto_ResendInvitationRequest request, {CallOptions? options}) → ResponseFuture< Empty> -
resetPassword(
AccountProto_ResetPasswordRequest request, {CallOptions? options}) → ResponseFuture< Empty> - Only for web-user, used with ForgotPassword
-
retrieveActivationStatuses(
AccountProto_RetrieveAccountActivationStatusesRequest request, {CallOptions? options}) → ResponseFuture< AccountProto_RetrieveAccountActivationStatusesReply> -
retrievePushInfo(
AccountProto_RetrievePushInfoRequest request, {CallOptions? options}) → ResponseFuture< AccountProto_RetrievePushInfoReply> - for notification service
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- defaultHost → const String
- The hostname for this service.
-
oauthScopes
→ const List<
String> - OAuth scopes needed for the client.