MsalUser class

Microsoft user details.

Constructors

MsalUser({required String username, required String displayName, required String accessToken, required dynamic tokenCreatedAt, required int tokenExpiresOn, required String idToken})
MsalUser.fromJson(Map<String, dynamic> json)
factory

Properties

accessToken String
Authentication token.
final
displayName String
Full name registered in the Microsoft account.
final
hashCode int
The hash code for this object.
no setterinherited
idToken String
Azure AD ID token.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenCreatedAt → dynamic
Token created time.
final
tokenExpiresOn int
Token expiration time in "MillisecondsSinceEpoch".
final
username String
Usually, it's an email address.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>?
toString() String
A string representation of this object.
inherited

Operators

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