StartDeviceAuthorizationResponse class

Constructors

StartDeviceAuthorizationResponse({String? deviceCode, int? expiresIn, int? interval, String? userCode, String? verificationUri, String? verificationUriComplete})
StartDeviceAuthorizationResponse.fromJson(Map<String, dynamic> json)
factory

Properties

deviceCode String?
The short-lived code that is used by the device when polling for a session token.
final
expiresIn int?
Indicates the number of seconds in which the verification code will become invalid.
final
hashCode int
The hash code for this object.
no setterinherited
interval int?
Indicates the number of seconds the client must wait between attempts when polling for a session.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userCode String?
A one-time user verification code. This is needed to authorize an in-use device.
final
verificationUri String?
The URI of the verification page that takes the userCode to authorize the device.
final
verificationUriComplete String?
An alternate URL that the client can use to automatically launch a browser. This process skips the manual step in which the user visits the verification page and enters their code.
final

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