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

Method Token

admin/auth_token.go:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21// AuthToken is the interface package admin uses to provide a consolidated view of a token string and its DB model.
22type AuthToken interface {
23 Token() *authtoken.Token
24 TokenModel() any
25 OwnerID() string
26}

Callers 15

PingMethod · 0.65
tokenMethod · 0.65
StartDeploymentInnerMethod · 0.65
createMagicTokensMethod · 0.65
IssueUserAuthTokenMethod · 0.65
userAccessTokenMethod · 0.65
IssueMagicAuthTokenMethod · 0.65
IssueServiceAuthTokenMethod · 0.65
authLoginCallbackMethod · 0.65

Implementers 4

userAuthTokenadmin/auth_token.go
serviceAuthTokenadmin/auth_token.go
deploymentAuthTokenadmin/auth_token.go
magicAuthTokenadmin/auth_token.go

Calls

no outgoing calls

Tested by

no test coverage detected