---
meta:
 - name: keywords
   description: api typescript node.js documentation UserInfo class
---
# UserInfo - @tsed/passport

## Usage

```typescript
import { UserInfo } from "@tsed/passport";
```

> See [/packages/security/passport/src/domain/UserInfo.ts](https://github.com/tsedio/tsed/blob/v8.26.2/packages/security/passport/src/domain/UserInfo.ts#L0-L0).

## Overview

```ts
class UserInfo {
    id: string;
    email: string;
    password: string;
}
```

<!-- Members -->

## id

```ts
id: string;
```

## email

```ts
email: string;
```

## password

```ts
password: string;
```
