Module: Vapi::Types::CredentialWebhookDtoAuthMode

Extended by:
Internal::Types::Enum
Defined in:
lib/vapi/types/credential_webhook_dto_auth_mode.rb

Constant Summary collapse

OAUTH_2 =
"OAUTH2"
API_KEY =
"API_KEY"
BASIC =
"BASIC"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load