Files
clerk-sdk-java/docs/models/components/EmailAddress.md
2024-06-13 13:51:50 -04:00

4.7 KiB
Raw Blame History

EmailAddress

Fields

Field Type Required Description
id Optional<? extends String> N/A
object com.clerk.backend_api.models.components.EmailAddressObject ✔️ String representing the object's type. Objects of the same type share the same value.
emailAddress String ✔️ N/A
reserved boolean ✔️ N/A
verification Optional<? extends com.clerk.backend_api.models.components.Verification> ✔️ N/A
linkedTo List<com.clerk.backend_api.models.components.IdentificationLink> ✔️ N/A
createdAt long ✔️ Unix timestamp of creation
updatedAt long ✔️ Unix timestamp of creation