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