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 document 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 specifically used for the jwt-bearer authorization grant, with properties for the audience, issuer, and subject claims."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which offers specific capabilities."],["There are two constructors for the class, `JwtClaims()` which is the default, and `JwtClaims(AuthConfig.Types.Oauth2JwtBearer.Types.JwtClaims other)` which allows to pass another object of the same type."],["The class has 3 main properties, Audience, Issuer, and Subject, all of which are type string and used for their respective claims."]]],[]]