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 page provides reference documentation for the `AuthConfig.Types.Oauth2JwtBearer.Types.JwtClaims` class within the Integration Connectors v1 API."],["The `JwtClaims` class is designed to represent JWT claims utilized for the jwt-bearer authorization grant."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities."],["Key properties of the `JwtClaims` class include `Audience`, `Issuer`, and `Subject`, which correspond to the \"aud\", \"iss\", and \"sub\" JWT claims, respectively."],["The class offers two constructors: a default constructor (`JwtClaims()`) and a copy constructor (`JwtClaims(JwtClaims other)`)."]]],[]]