type
AuthAccessRule
type AuthAccessRule func(AuthContext) (bool, error)Allow or deny one authentication operation.
Related types
AuthContextRequest and actor state supplied to an authentication rule or hook.
type
type AuthAccessRule func(AuthContext) (bool, error)Allow or deny one authentication operation.
AuthContextRequest and actor state supplied to an authentication rule or hook.