()
| 478 | } |
| 479 | |
| 480 | export function isUsingPasswordAuthentication(): boolean { |
| 481 | return isUsingAuthentication("password"); |
| 482 | } |
| 483 | |
| 484 | export function hasAdditionalAuthMethods(authMethod: AuthMethod) { |
| 485 | return typedKeys(authMethods).some( |
no test coverage detected