type
AuthStrategyContext
type AuthStrategyContext struct {
Context context.Context
CollectionID schema.StableID
Headers map[string][]string
Local *LocalAPI
}Normalized request input for a custom authentication strategy.
Source core/auth_contract.go:77
Contextcontext.Context- Carries request cancellation and deadlines.
CollectionIDschema.StableID- Identifies the strategy’s auth collection.
Headersmap[string][]string- Canonicalized HTTP headers.
Local*LocalAPI- Enters ordinary access-controlled content operations.