

# GetJwtSuccess

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**data** | [**Object**](.md) |  |  [optional]
**phoneNumbers** | [**Object**](.md) |  |  [optional]
**country** | **String** | Phone number country (ISO 3166-1 alpha3 format) &lt;br/&gt;&#x60;country&#x60; field is automatically computed using the following algorithm when creating/updating a phoneNumber entry: - If &#x60;number&#x60; is provided and is in E164 format, &#x60;country&#x60; is computed from E164 number - Else if &#x60;country&#x60; field is provided in the phoneNumber entry, this one is used - Else user &#x60;country&#x60; field is used | 
**loggedInApplication** | [**GetBasicLoginSuccessLoggedInApplication**](GetBasicLoginSuccessLoggedInApplication.md) |  | 
**loggedInUser** | [**GetJwtSuccessLoggedInUser**](GetJwtSuccessLoggedInUser.md) |  | 
**token** | **String** | JsonWebToken to use for all API requests | 



