MSALResult class

Constructors

MSALResult({required String accessToken, required MSALAccount account, required String authenticationScheme, required Uri authority, required String authorizationHeader, required String correlationId, required List<String> scopes, DateTime? expiresOn, bool? extendedLifeTimeToken, String? idToken, MSALTenantProfile? tenantProfile})
MSALResult.fromMap(Map<String, dynamic> map)

Properties

accessToken String
getter/setter pair
account MSALAccount
getter/setter pair
authenticationScheme String
getter/setter pair
authority Uri
getter/setter pair
authorizationHeader String
getter/setter pair
correlationId String
getter/setter pair
expiresOn DateTime?
getter/setter pair
extendedLifeTimeToken bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idToken String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes List<String>
getter/setter pair
tenantProfile ↔ MSALTenantProfile?
getter/setter pair

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