Module: Rack::OAuth2::URN::GrantType

Defined in:
lib/rack/oauth2/urn.rb

Constant Summary collapse

JWT_BEARER =

RFC7523

'urn:ietf:params:oauth:grant-type:jwt-bearer'
SAML2_BEARER =

RFC7522

'urn:ietf:params:oauth:grant-type:saml2-bearer'
TOKEN_EXCHANGE =

RFC8693

'urn:ietf:params:oauth:grant-type:token-exchange'