Module: Auth0::Types::ClientAppTypeEnum

Extended by:
Internal::Types::Enum
Defined in:
lib/auth0/types/client_app_type_enum.rb

Constant Summary collapse

NATIVE =
"native"
SPA =
"spa"
REGULAR_WEB =
"regular_web"
NON_INTERACTIVE =
"non_interactive"
RESOURCE_SERVER =
"resource_server"
EXPRESS_CONFIGURATION =
"express_configuration"
RMS =
"rms"
BOX =
"box"
CLOUDBEES =
"cloudbees"
CONCUR =
"concur"
DROPBOX =
"dropbox"
MSCRM =
"mscrm"
ECHOSIGN =
"echosign"
EGNYTE =
"egnyte"
NEWRELIC =
"newrelic"
OFFICE365 =
"office365"
SALESFORCE =
"salesforce"
SENTRY =
"sentry"
SHAREPOINT =
"sharepoint"
SLACK =
"slack"
SPRINGCM =
"springcm"
ZENDESK =
"zendesk"
ZOOM =
"zoom"
SSO_INTEGRATION =
"sso_integration"
OAG =
"oag"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load