MCPcopy Create free account
hub / github.com/apache/cassandra-nodejs-driver / DseGssapiAuthProvider

Class DseGssapiAuthProvider

lib/auth/index.d.ts:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected