LwaAuthorizeResult class

The response from LWA APIs.

Constructors

LwaAuthorizeResult.empty()
LwaAuthorizeResult.fromMap(Map<String, dynamic> map)
Constructs instance from a Map.

Properties

accessToken String?
The access token returned by the LWA login, which can be used to access Amazon APIs.
final
authorizationCode String?
The access token returned by the LWA login, which can be used to access Amazon APIs.
final
clientId String?
final
hashCode int
The hash code for this object.
no setteroverride
isLoggedIn bool
no setter
redirectURI String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Transforms instance to a Map.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override