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
| 12 | // |
| 13 | // Token implements the Token interface. |
| 14 | type 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. |
nothing calls this directly
no outgoing calls
no test coverage detected