Interface: iEmailVerificationStatus<T>
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?
optionalantiPhishingCode?: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?
optionalexpiry?:T
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:118
The expiry of the token for verification purposes.
token?
optionaltoken?: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?
optionalverified?:boolean
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:112
Whether or not the email has been verified.
verifiedAt?
optionalverifiedAt?:T
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:114
Verified at timestamp.