docs(sdk): Linkify some verification struct docs
This commit is contained in:
parent
6e4a57046e
commit
5049e8bfbe
1 changed files with 3 additions and 2 deletions
|
@ -25,9 +25,10 @@
|
|||
//! [VerificationRequest::is_ready()] method returns true, the verification can
|
||||
//! transition into one of the supported verification flows:
|
||||
//!
|
||||
//! * [SasVerification] - Interactive verification using a short authentication
|
||||
//! * [`SasVerification`] - Interactive verification using a short
|
||||
//! authentication
|
||||
//! string.
|
||||
//! * [QrVerification] - Interactive verification using QR codes.
|
||||
//! * [`QrVerification`] - Interactive verification using QR codes.
|
||||
|
||||
mod qrcode;
|
||||
mod requests;
|
||||
|
|
Loading…
Reference in a new issue