Integration Connectors v1 API - Class AuthConfig.Types.Oauth2JwtBearer.Types.JwtClaims (1.1.0)

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.

Inheritance

object > AuthConfig.Types.Oauth2JwtBearer.Types.JwtClaims

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Constructors

JwtClaims()

public JwtClaims()

JwtClaims(JwtClaims)

public JwtClaims(AuthConfig.Types.Oauth2JwtBearer.Types.JwtClaims other)
Parameter
NameDescription
otherAuthConfigTypesOauth2JwtBearerTypesJwtClaims

Properties

Audience

public string Audience { get; set; }

Value for the "aud" claim.

Property Value
TypeDescription
string

Issuer

public string Issuer { get; set; }

Value for the "iss" claim.

Property Value
TypeDescription
string

Subject

public string Subject { get; set; }

Value for the "sub" claim.

Property Value
TypeDescription
string