EmailAddress

constructor(id: String, emailAddress: String, verification: Verification? = null, linkedTo: List<EmailAddress.LinkedEntity>? = null, createdAt: Long? = null)

Parameters

id

The unique identifier for the email address.

emailAddress

The email address value.

verification

The verification status of the email address.

linkedTo

A list of linked accounts or identifiers associated with this email address.

createdAt

The creation timestamp of the email address, as a Unix timestamp in milliseconds.