/home/desid573/public_html/angel/payment/xero/docs/Model
Edit: /home/desid573/public_html/angel/payment/xero/docs/Model/AccessToken.md (704B)
# AccessToken
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id_token** | **string** | Xero unique identifier | [optional]
**access_token** | **string** | access token provided during authentication flow | [optional]
**expires_in** | **float** | time in milliseconds until access token expires. | [optional]
**token_type** | **string** | type of token i.e. Bearer | [optional]
**refresh_token** | **string** | token used to refresh an expired access token | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)