mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-09 20:37:48 +00:00
initial commit with code
This commit is contained in:
14
docs/models/components/PublicUserData.md
Normal file
14
docs/models/components/PublicUserData.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# PublicUserData
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
|
||||
| `userId` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `firstName` | *JsonNullable<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `lastName` | *JsonNullable<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| ~~`profileImageUrl`~~ | *JsonNullable<? extends String>* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |
|
||||
| `imageUrl` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
| `hasImage` | *Optional<? extends Boolean>* | :heavy_minus_sign: | N/A |
|
||||
| `identifier` | *JsonNullable<? extends String>* | :heavy_minus_sign: | N/A |
|
||||
Reference in New Issue
Block a user