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.
Implements
IMessageAuthConfigTypesOauth2JwtBearerTypesJwtClaims, IEquatableAuthConfigTypesOauth2JwtBearerTypesJwtClaims, IDeepCloneableAuthConfigTypesOauth2JwtBearerTypesJwtClaims, IBufferMessage, IMessageNamespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
JwtClaims()
public JwtClaims()
JwtClaims(JwtClaims)
public JwtClaims(AuthConfig.Types.Oauth2JwtBearer.Types.JwtClaims other)
Parameter | |
---|---|
Name | Description |
other | AuthConfigTypesOauth2JwtBearerTypesJwtClaims |
Properties
Audience
public string Audience { get; set; }
Value for the "aud" claim.
Property Value | |
---|---|
Type | Description |
string |
Issuer
public string Issuer { get; set; }
Value for the "iss" claim.
Property Value | |
---|---|
Type | Description |
string |
Subject
public string Subject { get; set; }
Value for the "sub" claim.
Property Value | |
---|---|
Type | Description |
string |