You've already forked authentication-service
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:
@ -574,7 +574,7 @@ pub enum AccessTokenRequest {
|
||||
DeviceCode(DeviceCodeGrant),
|
||||
|
||||
/// An unsupported request.
|
||||
#[serde(skip, other)]
|
||||
#[serde(skip_serializing, other)]
|
||||
Unsupported,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user