| 61 | }; |
| 62 | |
| 63 | export class UserAuthenticator implements Authenticator { |
| 64 | authmode: string; |
| 65 | constructor(private credentials: AuthenticatorCredentials[]) { |
| 66 | this.authmode = "UserAuthenticator"; |
nothing calls this directly
no outgoing calls
no test coverage detected