AuthCodeMap class

Keys for the Json object obtained via code response during auth flow.

Constructors

AuthCodeMap.new({String? deviceCode, String? userCode, int? expiresIn, int? interval, String? verificationUrl})
Create new AuthCodeMap.
AuthCodeMap.fromJson(JsonMap json)
Create new AuthCodeMap from a JsonMap.
factory

Properties

deviceCode String?
Code obtained via user confirmation and OAuth consent.
final
expiresIn int?
Seconds from original request timestamp.
final
hashCode int
The hash code for this object.
no setterinherited
interval int?
(?) "5" (?)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userCode String?
Alphanumeric code user is prompted to enter as confirmation. Formatted as XXX-XXX-XXX.
final
verificationUrl String?
Base URL for OAuth consent screen for user signin/confirmation.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() JsonMap
Returns this AuthCodeMap instance as JsonMap.
toString() String
A string representation of this object.
inherited

Operators

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