The list of JWT
audiences.
that are allowed to access. A JWT containing any of these audiences will
be accepted. When this setting is absent, JWTs with audiences:
[[["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-07-02 UTC."],[[["`AuthProvider` is a class for configuring authentication providers, supporting JSON Web Tokens (JWT)."],["It inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes fields for defining JWT properties such as `Id`, `Issuer`, `JwksUri`, `Audiences`, `AuthorizationUrl`, and `JwtLocations`."],["`AuthProvider` allows setting JWT locations in headers, query parameters, or cookies for extraction, defaulting to `Authorization: Bearer`, `x-goog-iap-jwt-assertion`, and `access_token` query parameter if unspecified."],["It provides methods for message operations, including `CalculateSize`, `Clone`, `Equals`, `GetHashCode`, `MergeFrom`, `ToString`, and `WriteTo`."]]],[]]