---
url: /api/security/passport/types/interfaces/interface-protocol-methods.md
description: api documentation of ProtocolMethods from @tsed/passport
---

## Usage

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

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

## Overview

```ts
interface ProtocolMethods<Settings = any> extends OnVerify, OnInstall, BeforeInstall<Settings> {
}
```
