Skip to main content

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?

optional requestPasswordReset?: string

Defined in: auth-core/src/emailAuthTypes.ts:301


resetPassword?

optional resetPassword?: string

Defined in: auth-core/src/emailAuthTypes.ts:302


sendEmailCode?

optional sendEmailCode?: string

Defined in: auth-core/src/emailAuthTypes.ts:298


optional sendMagicLink?: string

Defined in: auth-core/src/emailAuthTypes.ts:296


signIn?

optional signIn?: string

Defined in: auth-core/src/emailAuthTypes.ts:295


signUp?

optional signUp?: string

Defined in: auth-core/src/emailAuthTypes.ts:294


verifyEmail?

optional verifyEmail?: string

Defined in: auth-core/src/emailAuthTypes.ts:300


verifyEmailCode?

optional verifyEmailCode?: string

Defined in: auth-core/src/emailAuthTypes.ts:299


optional verifyMagicLink?: string

Defined in: auth-core/src/emailAuthTypes.ts:297