StartDeviceAuthorizationResponse constructor

StartDeviceAuthorizationResponse({
  1. String? deviceCode,
  2. int? expiresIn,
  3. int? interval,
  4. String? userCode,
  5. String? verificationUri,
  6. String? verificationUriComplete,
})

Implementation

StartDeviceAuthorizationResponse({
  this.deviceCode,
  this.expiresIn,
  this.interval,
  this.userCode,
  this.verificationUri,
  this.verificationUriComplete,
});