Connection Auth Config Oauth2Jwt Bearer
data class ConnectionAuthConfigOauth2JwtBearer(val clientKey: ConnectionAuthConfigOauth2JwtBearerClientKey? = null, val jwtClaims: ConnectionAuthConfigOauth2JwtBearerJwtClaims? = null)
Constructors
Link copied to clipboard
constructor(clientKey: ConnectionAuthConfigOauth2JwtBearerClientKey? = null, jwtClaims: ConnectionAuthConfigOauth2JwtBearerJwtClaims? = null)
Properties
Link copied to clipboard
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/*.
Link copied to clipboard
JwtClaims providers fields to generate the token. //*/