public sealed class InstanceAuthString : IMessage<InstanceAuthString>, IEquatable<InstanceAuthString>, IDeepCloneable<InstanceAuthString>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `InstanceAuthString` class is `3.0.0-beta05`, with older versions `3.0.0-beta04` and `2.0.0-beta09` also available."],["The `InstanceAuthString` class provides details for the AUTH string of a Redis instance and it inherits from Object."],["This class implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["It includes a constructor to initialize an `InstanceAuthString` object, and another constructor to copy an `InstanceAuthString` object."],["The `InstanceAuthString` class contains an `AuthString` property, which is a string that represents the AUTH string set on a Redis instance."]]],[]]