* Sets a default strategy which is applied to every route where: * @param options - one of: * * a string with the default strategy name * * an authentication configuration object using the same format as the route auth handler options. * @return void. * The default does not
(options: string | ServerAuthConfig)
| 143 | * [See docs](https://github.com/hapijs/hapi/blob/master/API.md#-serverauthdefaultoptions) |
| 144 | */ |
| 145 | default(options: string | ServerAuthConfig): void; |
| 146 | |
| 147 | /** |
| 148 | * Registers an authentication scheme where: |
no outgoing calls
no test coverage detected