MCPcopy Index your code
hub / github.com/netlify/gotrue / String

Method String

api/context.go:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12type contextKey string
13
14func (c contextKey) String() string {
15 return "gotrue api context key " + string(c)
16}
17
18const (
19 tokenKey = contextKey("jwt")

Callers 15

getSiteURLFunction · 0.80
ConfigureLoggingFunction · 0.80
RecordLoginFunction · 0.80
addRequestIDFunction · 0.80
getUserFromClaimsFunction · 0.80
TestGetMethod · 0.80
TestUpdateMethod · 0.80
performAuthorizationFunction · 0.80
addPaginationHeadersFunction · 0.80

Calls

no outgoing calls

Tested by 14

TestGetMethod · 0.64
TestUpdateMethod · 0.64
performAuthorizationFunction · 0.64
TestSignupHookFromClaimsFunction · 0.64
setupSamlExampleStateMethod · 0.64
TestVerifyInviteMethod · 0.64