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

Class PlainTextAuthProvider

lib/auth/index.d.ts:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected