github.com/hashicorp/vault/sdk@v0.13.0/helper/consts/token_consts.go (about) 1 // Copyright (c) HashiCorp, Inc. 2 // SPDX-License-Identifier: MPL-2.0 3 4 package consts 5 6 const ( 7 ServiceTokenPrefix = "hvs." 8 BatchTokenPrefix = "hvb." 9 RecoveryTokenPrefix = "hvr." 10 LegacyServiceTokenPrefix = "s." 11 LegacyBatchTokenPrefix = "b." 12 LegacyRecoveryTokenPrefix = "r." 13 )