Skip to main content

Interface: ValidateMagicLinkResponse

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

Extends

Properties

accountId

accountId: number

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

Inherited from

VerifyCodeResponse.accountId


accountName?

optional accountName: string | null

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

Inherited from

VerifyCodeResponse.accountName


accountUuid?

optional accountUuid: string | null

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

Inherited from

VerifyCodeResponse.accountUuid


availableTwoFactorMethods?

optional availableTwoFactorMethods: any[]

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

Inherited from

VerifyCodeResponse.availableTwoFactorMethods


redirectUrl?

optional redirectUrl: string

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


requiresTwoFactor?

optional requiresTwoFactor: boolean

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

Inherited from

VerifyCodeResponse.requiresTwoFactor


success

success: boolean

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


token

token: string

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

Inherited from

VerifyCodeResponse.token