AppAccountGRPCClient class

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

Constructors

AppAccountGRPCClient(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
changeName(AppAccountProto_ChangeNameRequest request, {CallOptions? options}) → ResponseFuture<Empty>
Option for user to change his name in the app
changePsk(AppAccountProto_ChangePskRequest request, {CallOptions? options}) → ResponseFuture<Empty>
With this method the app can update the psk used to validate the secret generated from keystore
finishRegisterMobile(AppAccountProto_FinishRegisterMobileRequest request, {CallOptions? options}) → ResponseFuture<AccountProto>
Call to save all userdata after init registration is complete, this is only possible once!
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerClient(AppAccountProto_ModifyClientRequest request, {CallOptions? options}) → ResponseFuture<Empty>
Auto Register client for app account to cluster
removeMobile(AppAccountProto_RemoveMobileRequest request, {CallOptions? options}) → ResponseFuture<Empty>
User requests his account to be removed
toString() String
A string representation of this object.
inherited
unRegisterClient(AppAccountProto_ModifyClientRequest request, {CallOptions? options}) → ResponseFuture<Empty>
Unregister client for app account to cluster

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.