Class: WorkOS::Types::CreateConnectionOIDCOptionsTokenAuthenticationMethod

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

Constant Summary collapse

CLIENT_SECRET_POST =
"client_secret_post"
CLIENT_SECRET_BASIC =
"client_secret_basic"
PRIVATE_KEY_JWT =
"private_key_jwt"
ALL =
[CLIENT_SECRET_POST, CLIENT_SECRET_BASIC, PRIVATE_KEY_JWT].freeze