interface
SchemaAuthSettings
interface SchemaAuthSettings { ... }Resolved auth, lockout, reset, verification, and API-key policy.
Source packages/protocol/src/generated.ts:438
identityFieldstring- The identityField value.
sessionDurationSecondsnumber- The sessionDurationSeconds value.
passwordMinLengthnumber- The passwordMinLength value.
passwordMaxBytesnumber- The passwordMaxBytes value.
passwordBcryptCostnumber- The passwordBcryptCost value.
maxLoginAttemptsnumber- The maxLoginAttempts value.
lockDurationSecondsnumber- The lockDurationSeconds value.
passwordResetboolean- The passwordReset value.
passwordResetTokenDurationSecondsnumber- The passwordResetTokenDurationSeconds value.
verifyEmailboolean- The verifyEmail value.
verificationTokenDurationSecondsnumber- The verificationTokenDurationSeconds value.
apiKeysboolean- The apiKeys value.