Module: Auth0::Types::ClientTokenEndpointAuthMethodEnum
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/auth0/types/client_token_endpoint_auth_method_enum.rb
Constant Summary collapse
- NONE =
"none"- CLIENT_SECRET_POST =
"client_secret_post"- CLIENT_SECRET_BASIC =
"client_secret_basic"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values