GoogleCloudIdentitytoolkitV1GetSessionCookiePublicKeysResponse constructor

GoogleCloudIdentitytoolkitV1GetSessionCookiePublicKeysResponse({
  1. List<GoogleCloudIdentitytoolkitV1OpenIdConnectKey>? keys,
})

Implementation

GoogleCloudIdentitytoolkitV1GetSessionCookiePublicKeysResponse({
  this.keys,
});