updateIDPOIDCConfig_Pre method

Future<UpdateIDPOIDCConfigResponse> updateIDPOIDCConfig_Pre(
  1. ServiceCall $call,
  2. Future<UpdateIDPOIDCConfigRequest> $request
)

Implementation

$async.Future<$0.UpdateIDPOIDCConfigResponse> updateIDPOIDCConfig_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.UpdateIDPOIDCConfigRequest> $request) async {
  return updateIDPOIDCConfig($call, await $request);
}