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

7.2 KiB
Raw Permalink Blame History

PhoneNumber

Fields

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