EmailAddress
The EmailAddress object represents an email address associated with a user.
This class provides methods to create, retrieve, verify, and delete email addresses.
Parameters
The unique identifier for the email address.
The email address value.
The verification status of the email address.
A list of linked accounts or identifiers associated with this email address.
The creation timestamp of the email address, as a Unix timestamp in milliseconds.
Constructors
Properties
The email address value.
Convenience function to tell whether the email is the user's primary email.
Convenience function to tell whether the email is verified.
A list of linked accounts or identifiers associated with this email address.
The verification status of the email address.
Functions
Attempts to verify the email address with the given code.
Deletes the EmailAddress from the server.
Retrieves the EmailAddress from the server.
Prepares the email address for verification using the specified strategy.
Sends a verification code to this email address.
Verifies this email address using the provided verification code.