1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-21 23:00:50 +03:00

Add account management URL for clients

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille
2024-03-12 13:48:48 +01:00
committed by Quentin Gliech
parent d8f5fdaf5c
commit 4eeedbef31
5 changed files with 347 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
//! Methods to interact with OpenID Connect and OAuth2.0 endpoints.
pub mod account_management;
pub mod authorization_code;
pub mod client_credentials;
pub mod discovery;