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

## Usage

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

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

## Overview

```ts
interface OnVerify {
    $onVerify(...args: any[]): Promise<any | any[]> | any | any[];
}
```

<!-- Members -->

## $onVerify

```ts
$onVerify(...args: any[]): Promise<any | any[]> | any | any[];
```
