* Registers an authentication scheme where: * @param name the scheme name. * @param scheme - the method implementing the scheme with signature function(server, options) where: * * server - a reference to the server object the scheme is added to. * * options - (optional) the schem
(name: string, scheme: ServerAuthScheme<Options, Refs>)
| 155 | */ |
| 156 | |
| 157 | scheme < |
| 158 | Refs extends ReqRef = ReqRefDefaults, |
| 159 | Options extends object = {} |
| 160 | // tslint:disable-next-line no-unnecessary-generics |
no outgoing calls
no test coverage detected