MCPcopy Index your code
hub / github.com/coder/coder / EncryptedAPIKeyPayload

Struct EncryptedAPIKeyPayload

coderd/workspaceapps/token.go:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53type EncryptedAPIKeyPayload struct {
54 jwtutils.RegisteredClaims
55 APIKey string `json:"api_key"`
56}
57
58func (e *EncryptedAPIKeyPayload) Fill(now time.Time) {
59 e.Issuer = "coderd"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected