Interface: EmailWithMetadata
Object representation of a user's email, with additional metadata for advanced use cases.
Hierarchy
LinkMetadata
↳
EmailWithMetadata
Properties
address
• address: string
The email address.
Inherited from
type
• type: "email"
Denotes that this is an email account.
Overrides
LinkMetadata.type
verifiedAt
• verifiedAt: Date
Datetime when this account was linked to the user.
Inherited from
LinkMetadata.verifiedAt