MCPcopy Create free account
hub / github.com/rilldata/rill / deploymentAuthToken

Struct deploymentAuthToken

admin/auth_token.go:119–122  ·  view source on GitHub ↗

deploymentAuthToken implements AuthToken for tokens belonging to a deployment.

Source from the content-addressed store, hash-verified

117
118// deploymentAuthToken implements AuthToken for tokens belonging to a deployment.
119type deploymentAuthToken struct {
120 model *database.DeploymentAuthToken
121 token *authtoken.Token
122}
123
124func (t *deploymentAuthToken) Token() *authtoken.Token {
125 return t.token

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected