GoogleCloudConnectorsV1AuthConfigOauth2JwtBearer constructor

GoogleCloudConnectorsV1AuthConfigOauth2JwtBearer({
  1. GoogleCloudConnectorsV1Secret? clientKey,
  2. GoogleCloudConnectorsV1AuthConfigOauth2JwtBearerJwtClaims? jwtClaims,
})

Implementation

GoogleCloudConnectorsV1AuthConfigOauth2JwtBearer({
  this.clientKey,
  this.jwtClaims,
});