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

Method newAuthenticator

lib/auth/index.d.ts:29–29  ·  view source on GitHub ↗
(endpoint: string, name: string)

Source from the content-addressed store, hash-verified

27
28 interface AuthProvider {
29 newAuthenticator(endpoint: string, name: string): Authenticator;
30 }
31
32 class PlainTextAuthProvider implements AuthProvider {

Implementers 4

PlainTextAuthProviderlib/auth/index.d.ts
DsePlainTextAuthProviderlib/auth/index.d.ts
DseGssapiAuthProviderlib/auth/index.d.ts
NoAuthProviderlib/auth/no-auth-provider.js

Calls

no outgoing calls

Tested by

no test coverage detected