UserDetails
Property | Type | Description | Optional |
---|---|---|---|
accessToken | string | The access token of the user. | Yes |
refreshToken | string | The refresh token of the user. | Yes |
uuid | string | The unique identifier of the user. | Yes |
username | string | The username of the user. | Yes |
isGuest | boolean | Indicates if the user is a guest. | Yes |
apiKey | string | The API key associated with the user. | Yes |