pub async fn confirm_qr_code_authentication(
link: String,
client_id: i32,
) -> Result<Session, Error>
Expand description
Confirms QR code authentication on another device. Returns created session on success
ยงArguments
link
- A link from a QR code. The link must be scanned by the in-app cameraclient_id
- The client id to send the request to