MCPcopy Index your code
hub / github.com/supabase/auth / String

Method String

internal/api/context.go:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls