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

Function saslContinue

src/cmap/auth/gssapi.ts:121–127  ·  view source on GitHub ↗
(payload: string, conversationId: number)

Source from the content-addressed store, hash-verified

119}
120
121function saslContinue(payload: string, conversationId: number) {
122 return {
123 saslContinue: 1,
124 conversationId,
125 payload
126 } as const;
127}
128
129async function negotiate(
130 client: KerberosClient,

Callers 1

authMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected