AuthAccount class

Signed-in ID information, including the ID, nickname, profile picture URI, permission, and access token.

Constructors

AuthAccount({String? accessToken, Account? account, int? accountFlag, String? authorizationCode, List? authorizedScopes, String? avatarUri, String? displayName, String? email, String? familyName, int? gender, String? givenName, String? idToken, String? openId, String? serviceCountryCode, String? unionId, int? carrierId})
AuthAccount.fromMap(Map map)
factory

Properties

accessToken String?
getter/setter pair
account Account?
getter/setter pair
accountFlag int?
getter/setter pair
authorizationCode String?
getter/setter pair
authorizedScopes List?
getter/setter pair
avatarUri String?
getter/setter pair
carrierId int?
getter/setter pair
displayName String?
getter/setter pair
email String?
getter/setter pair
familyName String?
getter/setter pair
gender int?
getter/setter pair
givenName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idToken String?
getter/setter pair
openId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceCountryCode String?
getter/setter pair
unionId String?
getter/setter pair

Methods

createDefault() AuthAccount
Constructs an AuthAccount object whose attributes are left empty.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Creates a map object from attributes.
toString() String
A string representation of this object.
inherited

Operators

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