Class: WorkOS::Types::CreateDataIntegrationAuthMethods

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

Constant Summary collapse

OAUTH =
"oauth"
API_KEY =
"api_key"
ALL =
[OAUTH, API_KEY].freeze