[[["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-08-07 UTC."],[[["The `Authentication` class defines the authentication configuration for API methods within an API service, providing a standardized way to manage authentication."],["This class supports defining multiple authentication providers through the `Providers` property, which allows the configuration of various authentication methods."],["The `Rules` property of the `Authentication` class allows specifying a set of authentication rules that apply to individual API methods, following a \"last one wins\" order for rule precedence."],["The class includes constructors for creating new `Authentication` objects, both with default values and by cloning existing configurations."],["The `Authentication` class offers several methods for manipulating the object such as `Clone()`, `MergeFrom()`, `CalculateSize()` and also overrides `Equals()` and `GetHashCode()`."]]],[]]