Class JwtClaims
JWT claims used for the jwt-bearer authorization grant.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class JwtClaims : IDirectResponseSchema
Properties
Audience
Value for the "aud" claim.
Declaration
[JsonProperty("audience")]
public virtual string Audience { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Issuer
Value for the "iss" claim.
Declaration
[JsonProperty("issuer")]
public virtual string Issuer { get; set; }
Property Value
Type | Description |
---|---|
string |
Subject
Value for the "sub" claim.
Declaration
[JsonProperty("subject")]
public virtual string Subject { get; set; }
Property Value
Type | Description |
---|---|
string |