Class: WorkOS::Types::UserManagementAuthenticationProvider
- Inherits:
-
Object
- Object
- WorkOS::Types::UserManagementAuthenticationProvider
- Defined in:
- lib/workos/types/user_management_authentication_provider.rb
Constant Summary collapse
- AUTHKIT =
"authkit"- APPLE_OAUTH =
"AppleOAuth"- GIT_HUB_OAUTH =
"GitHubOAuth"- GOOGLE_OAUTH =
"GoogleOAuth"- MICROSOFT_OAUTH =
"MicrosoftOAuth"- ALL =
[AUTHKIT, APPLE_OAUTH, GIT_HUB_OAUTH, GOOGLE_OAUTH, MICROSOFT_OAUTH].freeze