AccountAuthService class

Signs in to an app with an ID.

Constructors

AccountAuthService(Map<String, dynamic> _params)

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

cancelAuthorization() Future<bool>
Cancels the authorization from an ID user.
getChannel() Future<AccountIcon>
Obtains icon information.
independentSignIn(String accessToken) Future<AuthAccount>
Obtains the Intent object of the dialog box that requests independent authorization from users.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signIn() Future<AuthAccount>
Obtains the Intent object of the ID authorization screen.
signOut() Future<bool>
Signs out of the current ID.
silentSignIn() Future<AuthAccount>
Obtains the sign-in information (or error information) about the ID that has been used to sign in to the app.
toString() String
A string representation of this object.
inherited

Operators

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