MCPcopy Create free account
hub / github.com/netlify/gotrue / getInviteToken

Function getInviteToken

api/context.go:161–168  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

159}
160
161func getInviteToken(ctx context.Context) string {
162 obj := ctx.Value(inviteTokenKey)
163 if obj == nil {
164 return ""
165 }
166
167 return obj.(string)
168}
169
170// withExternalProviderType adds the provided request ID to the context.
171func withExternalProviderType(ctx context.Context, id string) context.Context {

Callers 1

Calls 1

ValueMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…