CommonAuthorizationUrlRequest class abstract

Implementers

Properties

account AccountInfo?
AccountInfo obtained from a getAccount API.
getter/setter pair
authenticationScheme String?
The type of token retrieved.
getter/setter pair
authority String?
URL of the authority, the security token service (STS) from which MSAL will acquire tokens.
getter/setter pair
claims String?
A stringified claims request which will be added to all /authorize and /token calls.
getter/setter pair
correlationId String?
Unique GUID set per request to trace a request end-to-end for telemetry purposes.
getter/setter pair
domainHint String?
Provides a hint about the tenant or domain that the user should use to sign in.
getter/setter pair
extraQueryParameters Map<String, String>?
String to string map of custom query parameters added to the /authorize call.
getter/setter pair
extraScopesToConsent List<String>?
Scopes for a different resource when the user needs consent upfront.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
loginHint String?
Can be used to pre-fill the username/email address field of the sign-in page for the user, if you know the username/email address ahead of time.
getter/setter pair
nonce String?
A value included in the request that is returned in the id token.
getter/setter pair
prompt String?
Indicates the type of user interaction that is required.
getter/setter pair
redirectUri String?
The redirect URI where authentication responses can be received by your application.
getter/setter pair
resourceRequestMethod String?
HTTP Request type used to request data from the resource (i.e. "GET", "POST", etc.).
getter/setter pair
resourceRequestUri String?
URI that token will be used for.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shrClaims String?
A stringified claims object which will be added to a Signed HTTP Request.
getter/setter pair
sid String?
Session ID, unique identifier for the session.
getter/setter pair
state String?
A value included in the request that is also returned in the token response.
getter/setter pair
tokenQueryParameters Map<String, String>?
String to string map of custom query parameters added to the /token call.
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