SilentRequest class

Inheritance
Implemented types

Constructors

SilentRequest()

Properties

account AccountInfo?
Account entity to lookup the credentials.
getter/setter pair
authenticationScheme String?
The type of token retrieved.
getter/setter pairinherited
authority String?
Url of the authority which the application acquires tokens from.
getter/setter pair
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 pair
extraQueryParameters Map<String, String>?
String to string map of custom query parameters added to the /authorize call.
getter/setter pair
forceRefresh bool?
Forces silent requests to make network calls if true.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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 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.
getter/setter pairinherited
shrClaims String?
A stringified claims object which will be added to a Signed HTTP Request.
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