Class Oauth2JwtBearer
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.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class Oauth2JwtBearer : IDirectResponseSchema
Properties
ClientKey
Secret version 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/*/secrets/*/versions/*
.
Declaration
[JsonProperty("clientKey")]
public virtual Secret ClientKey { get; set; }
Property Value
Type | Description |
---|---|
Secret |
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 JwtClaims JwtClaims { get; set; }
Property Value
Type | Description |
---|---|
JwtClaims |