mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-06 12:27:45 +00:00
7.2 KiB
7.2 KiB
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 |