GoogleCloudIdentitytoolkitAdminV2BlockingFunctionsConfig constructor

GoogleCloudIdentitytoolkitAdminV2BlockingFunctionsConfig({
  1. GoogleCloudIdentitytoolkitAdminV2ForwardInboundCredentials? forwardInboundCredentials,
  2. Map<String, GoogleCloudIdentitytoolkitAdminV2Trigger>? triggers,
})

Implementation

GoogleCloudIdentitytoolkitAdminV2BlockingFunctionsConfig({
  this.forwardInboundCredentials,
  this.triggers,
});