GoogleCloudIntegrationsV1alphaJwt constructor

GoogleCloudIntegrationsV1alphaJwt({
  1. String? jwt,
  2. String? jwtHeader,
  3. String? jwtPayload,
  4. String? secret,
})

Implementation

GoogleCloudIntegrationsV1alphaJwt({
  this.jwt,
  this.jwtHeader,
  this.jwtPayload,
  this.secret,
});