Show / Hide Table of Contents

Class EndUserAuthenticationConfigOauth2JwtBearer

Parameters to support JSON Web Token (JWT) Profile for Oauth 2.0 Authorization Grant based authentication. See https://tools.ietf.org/html/rfc7523 for more details.

Inheritance
object
EndUserAuthenticationConfigOauth2JwtBearer
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 EndUserAuthenticationConfigOauth2JwtBearer : IDirectResponseSchema

Properties

ClientKey

Required. secret version/value reference containing a PKCS#8 PEM-encoded private key associated with the Client Certificate. This private key will be used to sign JWTs used for the jwt-bearer authorization grant. Specified in the form as: projects/*/strings/*/versions/*.

Declaration
[JsonProperty("clientKey")]
public virtual EUASecret ClientKey { get; set; }
Property Value
Type Description
EUASecret

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

JwtClaims

JwtClaims providers fields to generate the token.

Declaration
[JsonProperty("jwtClaims")]
public virtual EndUserAuthenticationConfigOauth2JwtBearerJwtClaims JwtClaims { get; set; }
Property Value
Type Description
EndUserAuthenticationConfigOauth2JwtBearerJwtClaims

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX