Show / Hide Table of Contents

Class EndUserAuthenticationConfigOauth2JwtBearerJwtClaims

JWT claims used for the jwt-bearer authorization grant.

Inheritance
object
EndUserAuthenticationConfigOauth2JwtBearerJwtClaims
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class EndUserAuthenticationConfigOauth2JwtBearerJwtClaims : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX