UserVerificationInfo
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| email_verified_at | Date | Email verification timestamp (for UserResponse). | [optional] [default to null] |
| phone_verified_at | Date | Phone verification timestamp (for UserResponse). | [optional] [default to null] |
| email_verified | Boolean | Whether the email is verified (for MyProfileResponse). | [default to null] |
| phone_verified | Boolean | Whether the phone is verified (for MyProfileResponse). | [default to null] |