We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38bd614 commit 054efcaCopy full SHA for 054efca
const.go
@@ -0,0 +1,8 @@
1
+// Copyright (c) HashiCorp, Inc.
2
+// SPDX-License-Identifier: MPL-2.0
3
+
4
+package tfe
5
6
+const (
7
+ AuthenticationTokensPath = "authentication-tokens/%s"
8
+)
team_token.go
@@ -13,10 +13,6 @@ import (
13
// Compile-time proof of interface implementation.
14
var _ TeamTokens = (*teamTokens)(nil)
15
16
-const (
17
- AuthenticationTokensPath = "authentication-tokens/%s"
18
-)
19
-
20
// TeamTokens describes all the team token related methods that the
21
// Terraform Enterprise API supports.
22
//
0 commit comments