Login with QR Code
Overview#
Users can log in by scanning a QR code displayed on the web using their mobile device. The mobile app scans the QR code, authenticates the user, and establishes a secure session, allowing the web to log in instantly without entering credentials.
LogIn With QR code#
Users can log in by passing the scanned QR result using the method below.
| Argument | Type | Description |
|---|---|---|
| barcode | String | The scanned QR code result used for web login. |
| flyCallback | FlyResponse | callback to observe the action status |
Retrieve QR Code Login Details#
To retrieve the QR code login details, use the following method.
- Dart
- Response
| Argument | Type | Description |
|---|---|---|
| webLoginDetails | List<WebLogin> | List of web login details, including id, qrUniqueToken, browser name, OS name, and last login time. |