* Tests a request against an authentication strategy where: * @param strategy - the strategy name registered with server.auth.strategy(). * @param request - the request object. * @return an object containing the authentication credentials and artifacts if authentication was successful
(strategy: string, request: Request)
| 185 | * [See docs](https://github.com/hapijs/hapi/blob/master/API.md#-await-serverauthteststrategy-request) |
| 186 | */ |
| 187 | test(strategy: string, request: Request): Promise<AuthenticationData>; |
| 188 | |
| 189 | /** |
| 190 | * Verify a request's authentication credentials against an authentication strategy. |
no outgoing calls
no test coverage detected