updateIDPOIDCConfig_Pre method

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

Implementation

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