Module: Keycardai::OAuth::GrantType

Defined in:
lib/keycardai/oauth/token_types.rb

Overview

OAuth 2.0 grant-type identifiers the SDK speaks.

Constant Summary collapse

CLIENT_CREDENTIALS =
"client_credentials"
AUTHORIZATION_CODE =
"authorization_code"
TOKEN_EXCHANGE =
"urn:ietf:params:oauth:grant-type:token-exchange"