AuthorizationResponse class

Represents the response to an Authorization Request. see https://tools.ietf.org/html/rfc6749#page-26

Constructors

AuthorizationResponse.fromRedirectUri(String redirectUri, String? checkState)

Properties

code ↔ String?
getter/setter pair
error ↔ String?
getter/setter pair
errorDescription ↔ String?
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
queryParams ↔ Map<String, String>
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
state ↔ String?
getter/setter pair

Methods

getQueryParam(String paramName) → dynamic
Returns the value of the paramName key in the queryParams map
isAccessGranted() → bool
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