Class: Vapi::HmacAuthenticationPlanSignatureEncoding
- Inherits:
-
Object
- Object
- Vapi::HmacAuthenticationPlanSignatureEncoding
- Defined in:
- lib/vapi_server_sdk/types/hmac_authentication_plan_signature_encoding.rb
Overview
The encoding format for the signature. Defaults to ‘hex’.
Constant Summary collapse
- HEX =
"hex"- BASE_64 =
"base64"