MCPcopy
hub / github.com/mongodb/node-mongodb-native / step

Method step

src/deps.ts:40–40  ·  view source on GitHub ↗
(challenge: string)

Source from the content-addressed store, hash-verified

38
39export interface KerberosClient {
40 step(challenge: string): Promise<string>;
41 step(challenge: string, callback: Callback<string>): void;
42 wrap(challenge: string, options: { user: string }): Promise<string>;
43 wrap(challenge: string, options: { user: string }, callback: Callback<string>): void;

Callers 2

authMethod · 0.80
negotiateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected