# Session
## Properties
**dollar_id** | **String** | Session ID. |
**dollar_created_at** | **String** | Session creation date in ISO 8601 format. |
**user_id** | **String** | User ID. |
**expire** | **String** | Session expiration date in ISO 8601 format. |
**provider** | **String** | Session Provider. |
**provider_uid** | **String** | Session Provider User ID. |
**provider_access_token** | **String** | Session Provider Access Token. |
**provider_access_token_expiry** | **String** | The date of when the access token expires in ISO 8601 format. |
**provider_refresh_token** | **String** | Session Provider Refresh Token. |
**ip** | **String** | IP in use when the session was created. |
**os_code** | **String** | Operating system code name. View list of [available options](https://github.com/appwrite/appwrite/blob/master/docs/lists/os.json). |
**os_name** | **String** | Operating system name. |
**os_version** | **String** | Operating system version. |
**client_type** | **String** | Client type. |
**client_code** | **String** | Client code name. View list of [available options](https://github.com/appwrite/appwrite/blob/master/docs/lists/clients.json). |
**client_name** | **String** | Client name. |
**client_version** | **String** | Client version. |
**client_engine** | **String** | Client engine name. |
**client_engine_version** | **String** | Client engine name. |
**device_name** | **String** | Device name. |
**device_brand** | **String** | Device brand name. |
**device_model** | **String** | Device model name. |
**country_code** | **String** | Country two-character ISO 3166-1 alpha code. |
**country_name** | **String** | Country name. |
**current** | **bool** | Returns true if this the current user session. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)