Interface ISecurityShape

interface ISecurityShape {
    authHandlers(): RequestHandler[];
    router(): IRouter;
    scheme(): BaseAuthUtil;
}

Implemented by

Methods