Class: WorkOS::Types::SSOGrantType

Inherits:
Object
  • Object
show all
Defined in:
lib/workos/types/sso_grant_type.rb

Constant Summary collapse

AUTHORIZATION_CODE =
"authorization_code"
URN_IETF_PARAMS_OAUTH_GRANT_TYPE_TOKEN_EXCHANGE =
"urn:ietf:params:oauth:grant-type:token-exchange"
ALL =
[AUTHORIZATION_CODE, URN_IETF_PARAMS_OAUTH_GRANT_TYPE_TOKEN_EXCHANGE].freeze