Class: Vapi::HmacAuthenticationPlanSignatureEncoding

Inherits:
Object
  • Object
show all
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"