Class: Vapi::TokenTag

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

Overview

This is the tag for the token. It represents its scope.

Constant Summary collapse

PRIVATE =
"private"
PUBLIC =
"public"