AuthDeviceAuthorizationRequest constructor
const
AuthDeviceAuthorizationRequest({})
Creates the one-time response that starts a device authorization flow.
Raw deviceCode and formatted userCode are delivery credentials and
should be returned only to the device client or verification UI.
Implementation
const AuthDeviceAuthorizationRequest({
required this.deviceCode,
required this.userCode,
required this.verificationUri,
required this.expiresIn,
required this.interval,
});