AuthorizationStateWaitOtherDeviceConfirmation constructor
const
AuthorizationStateWaitOtherDeviceConfirmation({})
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,
});