1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Implement the client credentials grant

This commit is contained in:
Quentin Gliech
2023-09-04 19:45:53 +02:00
parent 00fe5f902b
commit 542d0a6073
17 changed files with 498 additions and 127 deletions

View File

@ -574,7 +574,7 @@ pub enum AccessTokenRequest {
DeviceCode(DeviceCodeGrant),
/// An unsupported request.
#[serde(skip, other)]
#[serde(skip_serializing, other)]
Unsupported,
}