Module: Keycardai::OAuth::TokenType
- Defined in:
- lib/keycardai/oauth/token_types.rb
Overview
RFC 8693 token-type URIs, plus the Keycard substitute-user extension.
Constant Summary collapse
- ACCESS_TOKEN =
"urn:ietf:params:oauth:token-type:access_token"- REFRESH_TOKEN =
"urn:ietf:params:oauth:token-type:refresh_token"- ID_TOKEN =
"urn:ietf:params:oauth:token-type:id_token"- JWT =
"urn:ietf:params:oauth:token-type:jwt"- SUBSTITUTE_USER =
"urn:keycard:params:oauth:token-type:substitute-user"