AccountInfo class

An authenticated user account.

Properties

environment String
Entity which issued the token represented by the domain of the issuer (e.g. login.microsoftonline.com).
no setter
hashCode int
The hash code for this object.
no setterinherited
homeAccountId String
Home account identifier for this account object.
no setter
idTokenClaims Map<String, dynamic>?
A map of all claims from the ID token.
no setter
localAccountId String
Local, tenant-specific account identifer for this account object, usually used in legacy cases.
no setter
name String?
Full name for the account, including given name and family name.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenantId String
Full tenant or organizational ID that this account belongs to.
no setter
username String
preferred_username claim of the id_token that represents this account.
no setter

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