SsoSilentRequest class

Inheritance
Implemented types

Constructors

SsoSilentRequest()

Properties

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

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