MCPcopy Create free account
hub / github.com/supabase/auth / getInviteToken

Function getInviteToken

internal/api/context.go:157–164  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

155}
156
157func getInviteToken(ctx context.Context) string {
158 obj := ctx.Value(inviteTokenKey)
159 if obj == nil {
160 return ""
161 }
162
163 return obj.(string)
164}
165
166// withExternalProviderType adds the provided request ID to the context.
167func withExternalProviderType(ctx context.Context, id string, emailOptional bool) context.Context {

Callers 1

Calls 1

ValueMethod · 0.45

Tested by

no test coverage detected