Class: WorkOS::UserManagement::Types::Provider

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

Overview

The ProviderEnum is a declaration of a fixed set of values for User Management Providers.

Constant Summary collapse

Apple =
'AppleOAuth'
GitHub =
'GitHubOAuth'
Google =
'GoogleOAuth'
Microsoft =
'MicrosoftOAuth'
AuthKit =
'authkit'
ALL =
[Apple, GitHub, Google, Microsoft, AuthKit].freeze