CommonSilentFlowRequest class abstract

Implementers

Constructors

CommonSilentFlowRequest()

Properties

authenticationScheme String?
The type of token retrieved.
getter/setter pair
claims String?
A stringified claims request which will be added to all /authorize and /token calls.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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
scopes List<String>?
List of scopes the application is requesting access to.
getter/setter pair
shrClaims String?
A stringified claims object which will be added to a Signed HTTP Request.
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