AuthenticationResult class

Result returned from the authority's token endpoint.

Implemented types

Properties

accessToken String
Access token received as part of the response.
no setter
account AccountInfo?
An account object representation of the currently signed-in user
no setter
authority String
The authority that the token was retrieved from.
no setter
cloudGraphHostName String?
The AAD graph host.
no setter
expiresOn DateTime?
Date representing relative expiration of access token.
no setter
extExpiresOn DateTime?
Date representing extended relative expiration of access token in case of server outage.
no setter
familyId String?
Family ID identifier, usually only used for refresh tokens.
no setter
fromCache bool
Boolean denoting whether token came from cache.
no setter
hashCode int
The hash code for this object.
no setterinherited
idToken String
ID token received as part of the response.
no setter
idTokenClaims Map<String, dynamic>
MSAL-relevant ID token claims.
no setter
msGraphHost String?
The Microsoft Graph host.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes List<String>
Scopes that are validated for the respective token.
no setter
state String?
Value passed in by user in request.
no setter
tenantId String
tid claim from ID token.
no setter
tokenType String
no setter
uniqueId String
oid or sub claim from ID token.
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