MCPcopy
hub / github.com/brianc/node-postgres / AuthenticationMD5Password

Class AuthenticationMD5Password

packages/pg-protocol/src/messages.ts:186–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186export class AuthenticationMD5Password implements BackendMessage {
187 public readonly name: MessageName = 'authenticationMD5Password'
188 constructor(
189 public readonly length: number,
190 public readonly salt: Buffer
191 ) {}
192}
193
194export class BackendKeyDataMessage {
195 public readonly name: MessageName = 'backendKeyData'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected