AuthorizationStateWaitOtherDeviceConfirmation constructor

const AuthorizationStateWaitOtherDeviceConfirmation({
  1. required String link,
  2. dynamic extra,
  3. int? clientId,
})

The user needs to confirm authorization on another logged in device by scanning a QR code with the provided link

Implementation

const AuthorizationStateWaitOtherDeviceConfirmation({
  required this.link,
  this.extra,
  this.clientId,
});