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