/home/desid573/public_html/payment/xero-2/doc/identity/Model
NameSizeModeActions
AccessToken.md6970644editdlrm
Connection.md10620644editdlrm
RefreshToken.md5890644editdlrm
Edit: /home/desid573/public_html/payment/xero-2/doc/identity/Model/AccessToken.md (697B)
# 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** | **int** | time in seconds 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)