Skip to content

Authenticate

@tsed/passport

Usage

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

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

Overview

ts
function Authenticate(protocol?: string | string[], options?: AuthenticateOptions): Function;

Released under the MIT License.