| 42 | } |
| 43 | |
| 44 | class DseGssapiAuthProvider implements AuthProvider { |
| 45 | constructor(gssOptions?: { authorizationId?: string, service?: string, hostNameResolver?: Function }); |
| 46 | |
| 47 | newAuthenticator(endpoint: string, name: string): Authenticator; |
| 48 | } |
| 49 | } |
nothing calls this directly
no outgoing calls
no test coverage detected