HuaweiIdAuthTool class

Provides a static and practical method to obtain and delete authorization information.

Constructors

HuaweiIdAuthTool()

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

deleteAuthInfo(String accessToken) Future<bool>
Deletes authentication information cached locally.
requestAccessToken(Account account, List<Scope> scopeList) Future<String>
Obtains a token.
requestUnionId(Account account) Future<String>
Obtains a UnionID.