Index (C)
»
WorkOS
»
Types
»
ConnectedAccountAuthMethod
Class: WorkOS::Types::ConnectedAccountAuthMethod
Inherits:
Object
Object
WorkOS::Types::ConnectedAccountAuthMethod
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