Type Alias: EmailAuthPaths
EmailAuthPaths =
object
Defined in: auth-core/src/emailAuthTypes.ts:293
Route paths, so an application can mount the flows under its own scheme.
Properties
requestPasswordReset?
optionalrequestPasswordReset?:string
Defined in: auth-core/src/emailAuthTypes.ts:301
resetPassword?
optionalresetPassword?:string
Defined in: auth-core/src/emailAuthTypes.ts:302
sendEmailCode?
optionalsendEmailCode?:string
Defined in: auth-core/src/emailAuthTypes.ts:298
sendMagicLink?
optionalsendMagicLink?:string
Defined in: auth-core/src/emailAuthTypes.ts:296
signIn?
optionalsignIn?:string
Defined in: auth-core/src/emailAuthTypes.ts:295
signUp?
optionalsignUp?:string
Defined in: auth-core/src/emailAuthTypes.ts:294
verifyEmail?
optionalverifyEmail?:string
Defined in: auth-core/src/emailAuthTypes.ts:300
verifyEmailCode?
optionalverifyEmailCode?:string
Defined in: auth-core/src/emailAuthTypes.ts:299
verifyMagicLink?
optionalverifyMagicLink?:string
Defined in: auth-core/src/emailAuthTypes.ts:297