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

Version Path
workos-5.2.1 lib/workos/types/provider.rb
workos-5.2.0 lib/workos/types/provider.rb
workos-5.1.0 lib/workos/types/provider.rb
workos-5.0.0 lib/workos/types/provider.rb
workos-4.8.0 lib/workos/types/provider.rb
workos-4.5.0 lib/workos/types/provider.rb
workos-4.4.0 lib/workos/types/provider.rb
workos-4.3.0 lib/workos/types/provider.rb
workos-4.2.1 lib/workos/types/provider.rb
workos-4.2.0 lib/workos/types/provider.rb