Kind: Class
Source: atloria-monorepo/apps/api/src/auth/dto/auth-response.dto.ts
Properties
| Property | Type |
|---|---|
accessToken | string |
refreshToken | string |
tokenType | any |
expiresIn | number |
user | UserResponseDto |
Kind: Class
Source: atloria-monorepo/apps/api/src/auth/dto/auth-response.dto.ts
| Property | Type |
|---|---|
accessToken | string |
refreshToken | string |
tokenType | any |
expiresIn | number |
user | UserResponseDto |
Was this page helpful?