Skip to main content

Interface: ValidateMagicLinkResponse

Defined in: packages/sdk/src/types/account-types.ts:201

Extends

Properties

accountId

accountId: number

Defined in: packages/sdk/src/types/account-types.ts:142

Inherited from

VerifyCodeResponse.accountId


accountName?

optional accountName: string | null

Defined in: packages/sdk/src/types/account-types.ts:143

Inherited from

VerifyCodeResponse.accountName


accountUuid?

optional accountUuid: string | null

Defined in: packages/sdk/src/types/account-types.ts:144

Inherited from

VerifyCodeResponse.accountUuid


availableTwoFactorMethods?

optional availableTwoFactorMethods: any[]

Defined in: packages/sdk/src/types/account-types.ts:146

Inherited from

VerifyCodeResponse.availableTwoFactorMethods


redirectUrl?

optional redirectUrl: string

Defined in: packages/sdk/src/types/account-types.ts:209


requiresTwoFactor?

optional requiresTwoFactor: boolean

Defined in: packages/sdk/src/types/account-types.ts:145

Inherited from

VerifyCodeResponse.requiresTwoFactor


success

success: boolean

Defined in: packages/sdk/src/types/account-types.ts:206


token

token: string

Defined in: packages/sdk/src/types/account-types.ts:141

Inherited from

VerifyCodeResponse.token