Module: WorkOS::Types::Provider

Defined in:
lib/workos/types/provider.rb

Overview

The Provider constants are declarations of a fixed set of values for SSO Providers.

Constant Summary collapse

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