LoginSuccessResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| token | String | JWT authentication token. | [default to null] |
| type | String | Token type (always “Bearer”). | [default to null] |
| token_expires_at | String | Access token expiration time in ISO 8601 format. | [default to null] |
| refresh_token | String | Refresh token for obtaining new access tokens. | [default to null] |
| refresh_token_expires_at | String | Refresh token expiration time in ISO 8601 format. | [default to null] |
| message | String | Success message. | [default to null] |
| user | UserResponse | User information. | [default to null] |