# AuthSession


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **number** |  | [default to undefined]
**organizationId** | **string** |  | [default to undefined]
**login** | [**BaseLogin**](BaseLogin.md) |  | [optional] [default to undefined]
**createdAt** | **string** |  | [default to undefined]

## Example

```typescript
import { AuthSession } from '@connectedxm/admin-sdk';

const instance: AuthSession = {
    id,
    organizationId,
    login,
    createdAt,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
