Class: WorkOS::Types::ConnectedAccountAuthMethod

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

Constant Summary collapse

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