Type Alias: EmailAuthHandlers
EmailAuthHandlers =
object
Defined in: auth-core/src/emailAuthTypes.ts:370
The mounted flows. A handler is present only when its mode is enabled, so an adapter can mount exactly what the application configured.
Properties
modes
modes:
EmailAuthMode[]
Defined in: auth-core/src/emailAuthTypes.ts:374
The modes that were enabled.
paths
paths:
Required<EmailAuthPaths>
Defined in: auth-core/src/emailAuthTypes.ts:372
Resolved paths for every mounted handler.
requestPasswordReset?
optionalrequestPasswordReset?:EmailAuthHandler
Defined in: auth-core/src/emailAuthTypes.ts:382
resetPassword?
optionalresetPassword?:EmailAuthHandler
Defined in: auth-core/src/emailAuthTypes.ts:383
sendEmailCode?
optionalsendEmailCode?:EmailAuthHandler
Defined in: auth-core/src/emailAuthTypes.ts:379
sendMagicLink?
optionalsendMagicLink?:EmailAuthHandler
Defined in: auth-core/src/emailAuthTypes.ts:377
signIn?
optionalsignIn?:EmailAuthHandler
Defined in: auth-core/src/emailAuthTypes.ts:376
signUp?
optionalsignUp?:EmailAuthHandler
Defined in: auth-core/src/emailAuthTypes.ts:375
verifyEmail?
optionalverifyEmail?:EmailAuthHandler
Defined in: auth-core/src/emailAuthTypes.ts:381
verifyEmailCode?
optionalverifyEmailCode?:EmailAuthHandler
Defined in: auth-core/src/emailAuthTypes.ts:380
verifyMagicLink?
optionalverifyMagicLink?:EmailAuthHandler
Defined in: auth-core/src/emailAuthTypes.ts:378