MCPcopy
hub / github.com/smallstep/cli / Token

Struct Token

token/provision/provision.go:14–16  ·  view source on GitHub ↗

Token defines a one time use token that is intended to be exchanged for a newly provisioned certificate by an end entity. Token differs from BootstrapToken because it does not self contain networking information for connecting to the certificate authority or gatewayconsole. Token implements the Tok

Source from the content-addressed store, hash-verified

12//
13// Token implements the Token interface.
14type Token struct {
15 claims *token.Claims
16}
17
18// New returns a new unsigned One-Time-Token for authorizing a
19// single request from a newly provisioned end-entity.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected