client-api: Add link to spec for r0::uiaa

This commit is contained in:
Jonas Platte 2021-05-06 17:22:16 +02:00
parent 1bf84ab9fb
commit 97c3b5cf47
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -1,4 +1,6 @@
//! Module for User-Interactive Authentication API types.
//! Module for [User-Interactive Authentication API][uiaa] types.
//!
//! [uiaa]: https://matrix.org/docs/spec/client_server/r0.6.1#user-interactive-authentication-api
use std::{collections::BTreeMap, fmt};