mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-09-17 08:05:15 +00:00
13 lines
290 B
Rust
13 lines
290 B
Rust
// Copyright 2024 New Vector Ltd.
|
|
// Copyright 2022-2024 Kévin Commaille.
|
|
//
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
// Please see LICENSE in the repository root for full details.
|
|
|
|
mod authorization_code;
|
|
mod client_credentials;
|
|
mod discovery;
|
|
mod jose;
|
|
mod refresh_token;
|
|
mod userinfo;
|