Skip to main content

Interface: EmailWithMetadata

Object representation of a user's email, with additional metadata for advanced use cases.

Hierarchy

  • LinkMetadata

  • Email

    EmailWithMetadata

Properties

address

address: string

The email address.

Inherited from

Email.address


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