public sealed class AuthConfig.Types.Oauth2JwtBearer.Types.JwtClaims : IMessage<AuthConfig.Types.Oauth2JwtBearer.Types.JwtClaims>, IEquatable<AuthConfig.Types.Oauth2JwtBearer.Types.JwtClaims>, IDeepCloneable<AuthConfig.Types.Oauth2JwtBearer.Types.JwtClaims>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class AuthConfig.Types.Oauth2JwtBearer.Types.JwtClaims.
JWT claims used for the jwt-bearer authorization grant.
[[["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."],[[["This documentation covers the `AuthConfig.Types.Oauth2JwtBearer.Types.JwtClaims` class, which is part of the Google Cloud Connectors v1 API, and is utilized for JWT claims in the jwt-bearer authorization grant."],["The `JwtClaims` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, cloning, and buffer operations."],["The class has two constructors, one default `JwtClaims()`, and one that accepts another `JwtClaims` object, `JwtClaims(JwtClaims)`, for creating a new instance from an existing one."],["It exposes properties `Audience`, `Issuer`, and `Subject`, which correspond to the \"aud\", \"iss\", and \"sub\" claims respectively, all of which are strings."],["There are four different version numbers of the code available for download, with version 1.3.0 being the most recent."]]],[]]