Authorize
@tsed/passport
Usage
typescript
import { Authorize } from "@tsed/passport";
See /packages/security/passport/src/types/decorators/authorize.ts.
Overview
ts
function Authorize(protocol?: string | string[], options?: AuthorizeOptions): Function;