You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-09 10:01:45 +03:00
oauth2-types: urn:ietf:params:oauth:grant-type:jwt-bearer
This commit is contained in:
@ -533,6 +533,10 @@ pub enum GrantType {
|
||||
#[display("urn:ietf:params:oauth:grant-type:device_code")]
|
||||
DeviceCode,
|
||||
|
||||
/// [`https://datatracker.ietf.org/doc/html/rfc7523#section-2.1`](https://www.rfc-editor.org/rfc/rfc7523#section-2.1)
|
||||
#[display("urn:ietf:params:oauth:grant-type:jwt-bearer")]
|
||||
JwtBearer,
|
||||
|
||||
/// [`urn:openid:params:grant-type:ciba`](https://openid.net/specs/openid-client-initiated-backchannel-authentication-core-1_0.html)
|
||||
#[display("urn:openid:params:grant-type:ciba")]
|
||||
ClientInitiatedBackchannelAuthentication,
|
||||
|
Reference in New Issue
Block a user