GoogleCloudIdentitytoolkitV1OpenIdConnectKey constructor

GoogleCloudIdentitytoolkitV1OpenIdConnectKey({
  1. String? alg,
  2. String? e,
  3. String? kid,
  4. String? kty,
  5. String? n,
  6. String? use,
})

Implementation

GoogleCloudIdentitytoolkitV1OpenIdConnectKey({
  this.alg,
  this.e,
  this.kid,
  this.kty,
  this.n,
  this.use,
});