ProtocolMethods
@tsed/passport
Usage
typescript
import { ProtocolMethods } from "@tsed/passport";
See /packages/security/passport/src/types/interfaces/ProtocolMethods.ts.
Overview
ts
interface ProtocolMethods<Settings = any> extends OnVerify, OnInstall, BeforeInstall<Settings> {
}