type
AuthAccess
type AuthAccess = core.AuthAccessRules for login, sessions, recovery, API keys, and external authentication.
LoginAuthAccessRule- Controls password and external-strategy login.
PasswordResetAuthAccessRule- Controls forgot-password and password-reset operations.
VerificationAuthAccessRule- Controls email-verification operations.
APIKeyAuthAccessRule- Controls API-key creation and revocation.
SessionAuthAccessRule- Controls session listing and revocation operations.
A nil rule allows its operation. These rules complement collection CRUD access; they do not replace it.