class AuthContextRe-exportimport { AuthContext } from "https://deno.land/x/mongo@v0.31.1/src/auth/mod.ts"; Context used during authentication ConstructorsnewAuthContext(protocol: WireProtocol,credentials: Credential | undefined,options: ConnectOptions,)Propertiesoptionalcredentials: CredentialThe credentials to use for authentication optionalnonce: Uint8ArrayA random nonce generated for use in an authentication conversation options: ConnectOptionsThe options passed to the connect method protocol: WireProtocolThe connection to authenticate optionalresponse: DocumentA response from an initial auth attempt, only some mechanisms use this (e.g, SCRAM)