(authMethod: AuthMethod)
| 488 | } |
| 489 | |
| 490 | export function getAuthMethodDisplay(authMethod: AuthMethod): string { |
| 491 | return authMethods[authMethod].display; |
| 492 | } |
| 493 | |
| 494 | function getProviderId(authMethod: AuthMethod): string { |
| 495 | const info = authMethods[authMethod]; |
no outgoing calls
no test coverage detected