updateIDPOIDCConfig_Pre method

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

Implementation

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