AccountAuthParamsHelper class

Constructors

AccountAuthParamsHelper([AccountAuthParams? accountAuthParams])

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

createParams() AccountAuthParams
Constructs AccountAuthParams.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAccessToken() → void
Requests an ID user to authorize an app to obtain the access token.
setAssistToken() → void
setAuthorizationCode() → void
Requests an ID user to authorize an app to obtain the authorization code.
setCarrierId() → void
Requests an ID user to authorize an app to obtain the carrier ID.
setDialogAuth() → void
Sets the ID sign-in authorization screen to be displayed in a dialog box.
setEmail() → void
Requests an ID user to authorize an app to obtain the email address.
setForceLogout() → void
setId() → void
Requests an ID user to authorize an app to obtain the UnionID and OpenID.
setIdToken() → void
Requests an ID user to authorize an app to obtain the ID token.
setIdTokenSignAlg(IdTokenSignAlgorithm idTokenSignAlg) → void
setMobileNumber() → void
setProfile() → void
Requests an ID user to authorize an app to obtain the account information, such as the nickname and profile picture.
setScope(Scope scope) → void
setScopeList(List<Scope> scopes, {List<String>? extraScopeURIs}) → void
Adds specified scopes to authorization configurations to request an ID user to authorize an app to obtain the permissions specified by the scopes.
setUid() → void
Requests an ID user to authorize an app to obtain the user ID.
toString() String
A string representation of this object.
inherited

Operators

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