# AuthResponseDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/api/src/auth/dto/auth-response.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/auth/dto/auth-response.dto.ts#L50)

## Properties

| Property | Type |
|---|---|
| `accessToken` | `string` |
| `refreshToken` | `string` |
| `tokenType` | `any` |
| `expiresIn` | `number` |
| `user` | `UserResponseDto` |
