AccountAuthService class

Signs in to an app with an ID.

Constructors

AccountAuthService()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

cancelAuthorization() Future<bool>
Cancels the authorization from an ID user.
getChannel() Future<AccountIcon>
Obtains icon information.
signIn([AccountAuthParamsHelper? h]) Future<AuthAccount>
Obtains the Intent object of the ID authorization screen.
signOut() Future<bool>
Signs out of the current ID. The account SDK deletes the cached ID information.
silentSignIn() Future<AuthAccount>
Obtains the sign-in information (or error information) about the ID that has been used to sign in to the app. In this process, the authorization screen is not displayed to the ID user.