Sha256: 1143d94345a51d7baf51fe439e89c0350f8eea38cf6375ab0c90ade9e4221c00
Contents?: true
Size: 335 Bytes
Versions: 10
Compression:
Stored size: 335 Bytes
Contents
# frozen_string_literal: true module WorkOS module Types # The Provider constants are declarations of a # fixed set of values for SSO Providers. module Provider GitHub = 'GitHubOAuth' Google = 'GoogleOAuth' Microsoft = 'MicrosoftOAuth' ALL = [GitHub, Google, Microsoft].freeze end end end
Version data entries
10 entries across 10 versions & 1 rubygems