Skip to content

The verification status of the user's email.

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:110

The verification status of the user's email.

Type Parameters

T

T extends NumberType

Properties

antiPhishingCode?

optional antiPhishingCode?: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:120

A unique code that we will send with all emails to verify that BitBadges is the one sending the email.


expiry?

optional expiry?: T

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:118

The expiry of the token for verification purposes.


token?

optional token?: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:116

The email verification token. This is used for verification and unsubscription.


verified?

optional verified?: boolean

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:112

Whether or not the email has been verified.


verifiedAt?

optional verifiedAt?: T

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:114

Verified at timestamp.

Edit this page on GitHub