| 30 | } |
| 31 | |
| 32 | class PlainTextAuthProvider implements AuthProvider { |
| 33 | constructor(username: string, password: string); |
| 34 | |
| 35 | newAuthenticator(endpoint: string, name: string): Authenticator; |
| 36 | } |
| 37 | |
| 38 | class DsePlainTextAuthProvider implements AuthProvider { |
| 39 | constructor(username: string, password: string, authorizationId?: string); |
nothing calls this directly
no outgoing calls
no test coverage detected