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