Skip to content

Args

@tsed/passport

Usage

typescript
import { Args } from "@tsed/passport";

See /packages/security/passport/src/types/decorators/args.ts.

Overview

ts
function Args(): any;

Description

Inject args resolve by the passport strategy on verify method.

Released under the MIT License.