Class: Vapi::HmacAuthenticationPlanAlgorithm

Inherits:
Object
  • Object
show all
Defined in:
lib/vapi_server_sdk/types/hmac_authentication_plan_algorithm.rb

Overview

This is the HMAC algorithm to use for signing.

Constant Summary collapse

SHA_256 =
"sha256"
SHA_512 =
"sha512"
SHA_1 =
"sha1"